翻訳と辞書
Words near each other
・ XHZUM-FM
・ XHZV-FM
・ XHZZZ-FM
・ XI
・ XHTIT-TDT
・ XHTJ-FM
・ XHTJB-TDT
・ XHTL-FM (San Luis Potosí)
・ XHTL-FM (Veracruz)
・ XHTLAX-FM
・ XHTLN-FM
・ XHTLX-TV
・ XHTM-FM
・ XHTM-TV
・ XHTML
XHTML Basic
・ XHTML Friends Network
・ XHTML Mobile Profile
・ XHTML Modularization
・ XHTML+MathML+SVG
・ XHTML+RDFa
・ XHTML+SMIL
・ XHTML+Voice
・ XHTNO-FM
・ XHTO-FM
・ XHTOR-FM
・ XHTOT-FM
・ XHTP-FM
・ XHTPG-TV
・ XHTPO-FM


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

XHTML Basic : ウィキペディア英語版
XHTML Basic

XHTML Basic is an XML-based structured markup language primarily used for simple (mainly ''handheld'') user agents, typically mobile devices.
XHTML Basic is a subset of XHTML 1.1, defined using XHTML Modularization including a reduced set of modules for document structure, images, forms, basic tables, and object support. XHTML Basic is suitable for mobile phones, PDAs, pagers, and settop boxes.
It will replace WML and C-HTML as more compliant user agents are developed.
One large advantage XHTML Basic has over WML and C-HTML is that XHTML Basic pages can be rendered differently in web browsers and on handhelds, without the need for two different versions of the same page.
In 2006, the specification was revised to version 1.1. Six new features have been incorporated into the language in order to better serve the small-device community.
==DOCTYPE==
To validate as XHTML Basic, a document must contain the following Document Type Declaration, or DOCTYPE:
:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN"
"http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd">

A complete valid and well-formed example is:


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN"
"http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Hello</title>
</head>
<body>
<p>Hello <a href="http://example.org/">world</a>.</p>
</body>
</html>


Served with a MIME type of "application/xhtml+xml".

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「XHTML Basic」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.